home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / syslog.conf < prev    next >
Text File  |  2008-08-29  |  2KB  |  71 lines

  1. #  /etc/syslog.conf    Configuration file for syslogd.
  2. #
  3. #            For more information see syslog.conf(5)
  4. #            manpage.
  5.  
  6. #
  7. # First some standard logfiles.  Log by facility.
  8. #
  9.  
  10. auth,authpriv.*            /var/log/auth.log
  11. *.*;auth,authpriv.none        -/var/log/syslog
  12. #cron.*                /var/log/cron.log
  13. daemon.*            -/var/log/daemon.log
  14. kern.*                -/var/log/kern.log
  15. lpr.*                -/var/log/lpr.log
  16. mail.*                -/var/log/mail.log
  17. user.*                -/var/log/user.log
  18.  
  19. #
  20. # Logging for the mail system.  Split it up so that
  21. # it is easy to write scripts to parse these files.
  22. #
  23. mail.info            -/var/log/mail.info
  24. mail.warning            -/var/log/mail.warn
  25. mail.err            /var/log/mail.err
  26.  
  27. # Logging for INN news system
  28. #
  29. news.crit            /var/log/news/news.crit
  30. news.err            /var/log/news/news.err
  31. news.notice            -/var/log/news/news.notice
  32.  
  33. #
  34. # Some `catch-all' logfiles.
  35. #
  36. *.=debug;\
  37.     auth,authpriv.none;\
  38.     news.none;mail.none    -/var/log/debug
  39. *.=info;*.=notice;*.=warning;\
  40.     auth,authpriv.none;\
  41.     cron,daemon.none;\
  42.     mail,news.none        -/var/log/messages
  43.  
  44. #
  45. # Emergencies are sent to everybody logged in.
  46. #
  47. *.emerg                *
  48.  
  49. #
  50. # I like to have messages displayed on the console, but only on a virtual
  51. # console I usually leave idle.
  52. #
  53. #daemon,mail.*;\
  54. #    news.=crit;news.=err;news.=notice;\
  55. #    *.=debug;*.=info;\
  56. #    *.=notice;*.=warning    /dev/tty8
  57.  
  58. # The named pipe /dev/xconsole is for the `xconsole' utility.  To use it,
  59. # you must invoke `xconsole' with the `-file' option:
  60. #    $ xconsole -file /dev/xconsole [...]
  61. #
  62. # NOTE: adjust the list below, or you'll go crazy if you have a reasonably
  63. #      busy site..
  64. #
  65. daemon.*;mail.*;\
  66.     news.err;\
  67.     *.=debug;*.=info;\
  68.     *.=notice;*.=warning    |/dev/xconsole
  69.  
  70.